Skip to content

chore: slim uipath init output to a single AGENTS.md#840

Open
radu-mocanu wants to merge 1 commit intomainfrom
chore/slim-init-output
Open

chore: slim uipath init output to a single AGENTS.md#840
radu-mocanu wants to merge 1 commit intomainfrom
chore/slim-init-output

Conversation

@radu-mocanu
Copy link
Copy Markdown
Collaborator

@radu-mocanu radu-mocanu commented May 10, 2026

Summary

  • uipath init (langgraph path) now writes one ~12-line AGENTS.md pointing coding agents at the UiPath Agent Skills marketplace and https://uipath.github.io/uipath-python/llms.txt
  • bundles .uipath/llms-full.txt as offline fallback (sourced from the uipath package)
  • drops CLAUDE.md, .agent/CLI_REFERENCE.md, .agent/SDK_REFERENCE.md, .agent/REQUIRED_STRUCTURE.md from init output and project template
  • --no-agents-md-override continues to preserve existing AGENTS.md files

Why

skills cover the same workflows and stay current independently of the SDK release. the bundled static reference docs were ~1,300 lines of context bloat that went stale with every release. paired with the matching change in UiPath/uipath-python.

Development Package

  • Use uipath pack --nolock to get the latest dev build from this PR (requires version range).
  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-langchain==0.10.21.dev1008404511",

  # Any version from PR
  "uipath-langchain>=0.10.21.dev1008400000,<0.10.21.dev1008410000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-langchain = { index = "testpypi" }

[tool.uv]
override-dependencies = [
    "uipath-langchain>=0.10.21.dev1008400000,<0.10.21.dev1008410000",
]

@radu-mocanu radu-mocanu force-pushed the chore/slim-init-output branch from 4e50675 to df0df22 Compare May 10, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant